github.com/andybalholm/brotli.Reader.in (field)
8 uses
github.com/andybalholm/brotli (current package)
reader.go#L49: if !decoderHasMoreOutput(r) && len(r.in) == 0 {
reader.go#L58: r.in = r.buf[:m]
reader.go#L67: in_len := uint(len(r.in))
reader.go#L71: result := decoderDecompressStream(r, &in_remaining, &r.in, &out_remaining, &p)
reader.go#L77: if len(r.in) > 0 {
reader.go#L91: if len(r.in) != 0 {
reader.go#L109: r.in = r.buf[:encN]
state.go#L92: in []byte // current chunk to decode; usually aliases buf
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |